const runtime.timerModifying
16 uses
runtime (current package)
time.go#L146: timerModifying
time.go#L321: if t.status.CompareAndSwap(s, timerModifying) {
time.go#L326: if !t.status.CompareAndSwap(timerModifying, timerDeleted) {
time.go#L340: if t.status.CompareAndSwap(s, timerModifying) {
time.go#L344: if !t.status.CompareAndSwap(timerModifying, timerDeleted) {
time.go#L365: case timerModifying:
time.go#L458: if t.status.CompareAndSwap(status, timerModifying) {
time.go#L470: if t.status.CompareAndSwap(status, timerModifying) {
time.go#L480: if t.status.CompareAndSwap(status, timerModifying) {
time.go#L490: case timerModifying:
time.go#L510: if !t.status.CompareAndSwap(timerModifying, timerWaiting) {
time.go#L535: if !t.status.CompareAndSwap(timerModifying, newStatus) {
time.go#L647: case timerModifying:
time.go#L722: case timerModifying:
time.go#L819: case timerModifying:
time.go#L946: case timerModifying:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |